home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TFNGRPRNTDLG / TFNGRPRNTDLG.txt
Text File  |  1998-11-20  |  2KB  |  117 lines

  1. object FngrPrntDlg: TFngrPrntDlg
  2.   Left = 208
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Key Finger Print'
  7.   ClientHeight = 133
  8.   ClientWidth = 409
  9.   Color = clSilver
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label6: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 44
  24.     Height = 13
  25.     Caption = 'User ID'
  26.   end
  27.   object Label7: TLabel
  28.     Left = 8
  29.     Top = 48
  30.     Width = 43
  31.     Height = 13
  32.     Caption = 'Key ID:'
  33.   end
  34.   object Label8: TLabel
  35.     Left = 200
  36.     Top = 48
  37.     Width = 69
  38.     Height = 13
  39.     Caption = 'Key Bit Size'
  40.   end
  41.   object Label1: TLabel
  42.     Left = 280
  43.     Top = 8
  44.     Width = 69
  45.     Height = 13
  46.     Caption = 'Create Date'
  47.   end
  48.   object Label2: TLabel
  49.     Left = 8
  50.     Top = 88
  51.     Width = 91
  52.     Height = 13
  53.     Caption = 'Key Finger Print'
  54.   end
  55.   object BitBtn1: TBitBtn
  56.     Left = 304
  57.     Top = 64
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&OK'
  61.     TabOrder = 0
  62.     Kind = bkOK
  63.   end
  64.   object UserID: TEdit
  65.     Left = 8
  66.     Top = 24
  67.     Width = 265
  68.     Height = 21
  69.     TabStop = False
  70.     ReadOnly = True
  71.     TabOrder = 1
  72.     Text = 'UserID'
  73.   end
  74.   object KeyID: TEdit
  75.     Left = 8
  76.     Top = 64
  77.     Width = 177
  78.     Height = 21
  79.     TabStop = False
  80.     ParentShowHint = False
  81.     ReadOnly = True
  82.     ShowHint = False
  83.     TabOrder = 2
  84.     Text = 'KeyID'
  85.   end
  86.   object BitSize: TEdit
  87.     Left = 200
  88.     Top = 64
  89.     Width = 73
  90.     Height = 21
  91.     TabStop = False
  92.     ReadOnly = True
  93.     TabOrder = 3
  94.     Text = 'BitSize'
  95.   end
  96.   object Date1: TEdit
  97.     Left = 280
  98.     Top = 24
  99.     Width = 121
  100.     Height = 21
  101.     TabStop = False
  102.     ReadOnly = True
  103.     TabOrder = 4
  104.     Text = 'Date1'
  105.   end
  106.   object FingerPrint: TEdit
  107.     Left = 8
  108.     Top = 104
  109.     Width = 393
  110.     Height = 21
  111.     TabStop = False
  112.     ReadOnly = True
  113.     TabOrder = 5
  114.     Text = 'FingerPrint'
  115.   end
  116. end
  117.